home *** CD-ROM | disk | FTP | other *** search
/ Invisible Universe / Invisible Universe (1995)(Voyager)[Mac-PC].iso / mac / MOVIES / TOC.DIR / 00312_Script_312 < prev    next >
Text File  |  1995-11-21  |  454b  |  17 lines

  1. on idle
  2.   global gPoemLists, gFiorellaOnStage
  3.   if gFiorellaOnStage then exit
  4.   
  5.  -- showhilite gPBL,4,6
  6.   showhiliteNew 19,21,43,307
  7.   if gFiorellaOnStage then exit
  8.   
  9.   --showhilite gContRetrace 16, 17  
  10.   showhiliteNew 16,17,2,307   
  11.   put the frame - label("PM") into whichList
  12.   --if whichList > 0 then showhilite getAt(gPoemLists,whichList),8,13
  13.   if whichList > 0 then showhiliteNew 8,13,97,307
  14.   
  15.   go to the frame
  16.   pass
  17. end idle